body {
	background-color: #edf5fe;
	margin: 0px 0px 0px 0px;
	font-family: Verdana, Geneva, Tahoma, sans-serif;

	line-height: 1.6;
	color: #000;
}
*,
*:before,
*:after{
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

/*Container*/
.container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
}

/*Header*/
.header {
	width: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	right: 0;
	z-index: 1000;
}

.button {
	background-color: #2e2e2e;
    border-radius: 40px;
    color: white;
    padding: 1% 2%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	vertical-align: top;
	margin: 0 30px;
	text-transform: none;
	transition: color  0.2s linear;
	transition-duration: 0.2s;
}


.button:hover {
	color: #0bff16;
	background-color: #000;
}

.button__g {
	background-color: #2e2e2e;
    border-radius: 40px;
    color: white;
    padding: 2% 4%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	vertical-align: top;
	margin: 0 30px;
	text-transform: none;
	transition: color 0.2s linear;
	transition-duration: 0.2s;
}

.button__g:hover {
	color: #0bff16;
	background-color: #000;
}

p {
    margin: 12% 0 0 0;
}

b {
	width: 100%;
	max-width: 800px;
	color: #000;
	font-size: 16px;
	text-align:unset;
	line-height: 1;
	margin: 5% 0 1% 5%;
}

ul {
    color: #000;
	font-size: 16px;
	text-align:unset;
    margin: 1% 0 1% 5%;
}

.image {
	width: auto;
	height: auto;
	right: 15%;
	position: absolute;
	top: 20%;
	margin: 0 auto;
	margin-top: 3%;
	z-index: 1000;
}

a {
	color: #9AAC94;
	font-size: 14px;
	font-style: normal;
}

.footer {
	content: "";
	display: block;
	width: 100%;
	height: 100px;
	background-color: rgb(14, 13, 13);
}

.footer__s {
	margin: 15px 50px 15px 50px;
	display: inline-block;
	text-decoration: none;
}

.footer__s:hover {
	color: #0bff16;
}